Dynamicweb 8 Documentation
Write(IEnumerable<LogEntry>) Method

Entries to write.
Writes a range of log entries to persistent medium.
Syntax
'Declaration
 
Public Overloads Overrides Sub Write( _ 
   ByVal entries As IEnumerable(Of LogEntry) _ 
) 
public override void Write( 
   IEnumerable<LogEntry> entries 
)

Parameters

entries
Entries to write.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EventLogProvider Class
EventLogProvider Members
Overload List
Base Implementation in Write(IEnumerable<LogEntry>)

Send Feedback